Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Variable

Packages that use Variable
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Variable in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return Variable
 Variable[] Filled.getVariables()
          Returns the variables set when this filled executes.
 Variable[] Block.getVariables()
          Returns the variables set when this block executes.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Variable
 void VXMLDocument.addVariable(Variable variable)
          Adds a variable to this document.
 void Form.addVariable(Variable variable)
          Adds the specified variable element to this form.
 void Filled.addVariable(Variable variable)
          Adds the specified variable element to this filled handler.
 void Block.addVariable(Variable variable)
          Adds the specified variable element to this block.
 void VXMLDocument.removeVariable(Variable variable)
          Removes a variable from this document.
 void Form.removeVariable(Variable variable)
          Removes the specified variable element from this form.
 void Filled.removeVariable(Variable variable)
          Removes the specified variable element from this filled handler.
 void Block.removeVariable(Variable variable)
          Removes the specified variable element from this block.